object treedialogform: Ttreedialogform Left = 492 Top = 450 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'DirectoryTreeDialog' ClientHeight = 214 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 161 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 8 Top = 180 Width = 77 Height = 27 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 228 Top = 180 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object DirectoryListBox1: TDirectoryListBox Left = 19 Top = 40 Width = 281 Height = 121 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 2 end object DriveComboBox1: TDriveComboBox Left = 19 Top = 16 Width = 281 Height = 19 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnChange = DriveComboBox1Change end end